Name | Description | |
---|---|---|
AutoLoad | Gets or sets a boolean value indicating whether the client view must be loaded automatically when its data is accessed. (Inherited from C1.Data.ClientView<T>) | |
Count | Gets the total number of elements in the view. (Inherited from C1.LiveLinq.LiveViews.View) | |
CurrentItem | Gets the current item in the view. (Inherited from C1.LiveLinq.LiveViews.View) | |
DataBindingMode | Gets or sets the data binding mode for this view. (Inherited from C1.LiveLinq.LiveViews.View) | |
DeferredMaintenance | Gets the effective value of MaintenanceMode. (Inherited from C1.LiveLinq.LiveViews.View) | |
Indexes | Gets the collection of indexes for this view. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
IsLoaded | Gets a value indicating whether the client view is loaded. (Inherited from C1.Data.ClientView<T>) | |
IsLoading | Gets a value indicating whether the client view is being loaded. (Inherited from C1.Data.ClientView<T>) | |
IsReadOnly | Gets a value indicating whether this view is read-only, not updatable. (Inherited from C1.LiveLinq.LiveViews.View) | |
Item | Gets the view item (element) at the specified ordinal position. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
LoadSize | Gets or sets a value controling the number of entities to load in one batch. | |
MaintenanceMode | Gets or sets a value controlling how the view is synchronized with changes in its base data. (Inherited from C1.LiveLinq.LiveViews.View) | |
MoveToFirstOnReset | Gets or sets a value indicating that the first item must be made current after initial loading or reset (on any C1.LiveLinq.SourceChangeType.Reset notification) if current item was not set by other means. The default is True. (Inherited from C1.LiveLinq.LiveViews.View) | |
Order | Gets a value indicating whether and how this view preserves item order if it exists in its base data source. (Inherited from C1.LiveLinq.LiveViews.View) | |
PageCount | Gets the number of pages in this view. | |
PageIndex | Gets or sets the index of the current page. | |
PageSize | Gets or sets the number of items in a page. | |
Scope | Gets the client scope to which this client view belongs. (Inherited from C1.Data.ClientView<T>) | |
TotalItemCount | Gets the total number of entities in the view before paging is applied. | |
Transaction | Gets an instance of C1.LiveLinq.ITransaction associated with the view. If a view has a transaction associated with it, that transaction's scope is opened automatically every time the view is updated, so the programmer does not need to do it manually in code. (Inherited from C1.LiveLinq.LiveViews.View) |